ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / FlexGridBase<T> Class / OnClientPrepareCellForEdit Property

In This Topic
    OnClientPrepareCellForEdit Property (FlexGridBase<T>)
    In This Topic
    Occurs when an editor cell is created and before it becomes active.
    Syntax
    'Declaration
     
    Public Overridable Property OnClientPrepareCellForEdit As String
    public virtual string OnClientPrepareCellForEdit {get; set;}
    See Also